Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print number passed when giving up #231

Closed
wants to merge 3 commits into from

Conversation

gweddington
Copy link

What's in this pull request?

Added a printCond call to show the number of passed test cases when giving up

Why merge this pull request?

imho, it is beneficial to see how many passed when giving up before a failing case was found

What's worth discussing about this pull request?

What downsides are there to merging this pull request?

More verbose log output, if that's a downside.

@bkase
Copy link
Member

bkase commented Jul 19, 2017

Hey @gweddington , thanks for the contribution. Did you see #41 (an old issue by @CodaFi from 2015)? Could you paste in some sample output here? Then we can discuss more of the pros and cons. This is a big enough change where we should think carefully before merging.

@CodaFi
Copy link
Member

CodaFi commented Sep 22, 2017

This doesn't add log output if the test fails, it adds log output if the testing routine neither passes nor fails. If we giveUp then you've reached the discard limit, and at that point it doesn't matter how many tests you passed.

@CodaFi
Copy link
Member

CodaFi commented Sep 30, 2017

It's been a while since this patch has seen significant discussion, and it has fallen behind. I'm going to close it.

@CodaFi CodaFi closed this Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants